Click or drag to resize

ServiceUploadItems Method (IListUploadItem)

Imports items to a mailbox.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<UploadItemsResponse> UploadItems(
	IList<UploadItem> items
)

Parameters

items
Type: System.Collections.GenericIListUploadItem
The items to import.

Return Value

Type: IListUploadItemsResponse
IList{UploadItemsResponse}.
See Also